MarketingExecution entities
Name | Type | Is Mandatory |
---|---|---|
MarketingExecutionId | Int32 | |
ActionBatchTypeId | Int16 | |
ActionBatchStateId | Int16 | |
ActionId | Int32 | |
ChannelId | Int16 | |
BrandId | Int32 | |
ContactAddressTypeId | Int16 | |
ProductionDate | DateTime | |
MarketingParticipants | Collection of MarketingParticipant | |
MarketingAction | MarketingAction | |
MarketingExecutionType | MarketingExecutionType | |
Channel | Channel | |
Brand | Brand | |
ContactAddressType | ContactAddressType |
Select all MarketingExecutions
https://customerapi.fts-crm360.com/data/MarketingExecutions()
HttpMethod : GET
Json Result :
[
{
"MarketingExecutionId" : "82",
"ActionBatchTypeId" : "4",
"ActionBatchStateId" : "8",
"ActionId" : "81",
"ChannelId" : "5",
"BrandId" : "43",
"ContactAddressTypeId" : "9",
"ProductionDate" : "2008-10-17T00:00:00"
},
{
"MarketingExecutionId" : "21",
"ActionBatchTypeId" : "1",
"ActionBatchStateId" : "7",
"ActionId" : "89",
"ChannelId" : "1",
"BrandId" : "34",
"ContactAddressTypeId" : "7",
"ProductionDate" : "2008-01-13T00:00:00"
},
...
]
Select MarketingExecution by Id
https://customerapi.fts-crm360.com/data/MarketingExecutions(82)
HttpMethod : GET
Json Result :
{
"MarketingExecutionId" : "44",
"ActionBatchTypeId" : "1",
"ActionBatchStateId" : "6",
"ActionId" : "37",
"ChannelId" : "5",
"BrandId" : "49",
"ContactAddressTypeId" : "1",
"ProductionDate" : "2000-10-10T00:00:00"
}